UseDotnetCoreRuntime
Boolean
True
Purpose
The UseDotnetCoreRuntime parameter specifies whether you can execute .NET Core runtime functionality, including:
-
Extending your applications by adding .NET controls to your forms
-
Using the .NET Regex search engine
-
Using existing .NET libraries for parsing and modifying Word documents, and so on
When the parameter is set to false, the .NET Framework is used. When it is set to true, libraries are imported into Jade using the .NET runtime Reflection and JadeDotNetType proxies use the .NET runtime.
If you have set the UseDotnetCoreRuntime parameter to true, you can use .NET Framework 4.x components or any .NET (.NET Core) components up to and including .NET 8.
Parameter is read when …
The client node is next initialized.
2025.0.01 and higher
